home *** CD-ROM | disk | FTP | other *** search
- object NetPDEditTitle: TNetPDEditTitle
- Left = 200
- Top = 108
- ActiveControl = Edit1
- BorderIcons = []
- BorderStyle = bsDialog
- Caption = 'Edit Item Title'
- ClientHeight = 74
- ClientWidth = 445
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 91
- Height = 13
- Caption = 'Enter New Title for:'
- end
- object Label2: TLabel
- Left = 24
- Top = 24
- Width = 32
- Height = 13
- Caption = 'Label2'
- end
- object Edit1: TEdit
- Left = 24
- Top = 40
- Width = 329
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 360
- Top = 8
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 360
- Top = 40
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- end
-